Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.ecm.platform.convert.commandexecutor.imagemagick--command

This contribution is part of XML component org.nuxeo.ecm.platform.convert.commandexecutor.imagemagick inside nuxeo-platform-convert-7.10-HF07.jar /OSGI-INF/commandline-pdf2image-contrib.xml

Extension Point

Extension point command of component CommandLineExecutorComponent.

Contributed Items

  • <command enabled="true" name="pdftoimage">
          <commandLine>convert</commandLine>
          <parameterString>-define registry:temporary-path=#{java.io.tmpdir} -quiet #{sourceFilePath} #{targetFilePath}</parameterString>
          <installationDirective>You need to install ImageMagick.</installationDirective>
        </command>

XML Source

<extension point="command" target="org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent">

    <command enabled="true" name="pdftoimage">
      <commandLine>convert</commandLine>
      <parameterString>-define registry:temporary-path=#{java.io.tmpdir} -quiet #{sourceFilePath} #{targetFilePath}</parameterString>
      <installationDirective>You need to install ImageMagick.</installationDirective>
    </command>

  </extension>